home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Mtsvdlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Mtsvdlg.pas
- //----------------------------------------------------------------------------
- #ifndef MtsvdlgHPP
- #define MtsvdlgHPP
- //----------------------------------------------------------------------------
- #include <StdCtrls.hpp>
- #include <MenuTmpl.hpp>
- #include <Buttons.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Mtsvdlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMtSvDlg;
- class __declspec(pascalimplementation) TMtSvDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* DescriptionLabel;
- Stdctrls::TListBox* SelectionBox;
- Stdctrls::TButton* OkButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- Stdctrls::TEdit* Description;
- void __fastcall GetData( System::AnsiString &Answer);
- void __fastcall SetData(Menutmpl::TMenuTemplateManager* Manager, System::AnsiString OldDescription
- );
- void __fastcall SelectionBoxClick(System::TObject* Sender);
- void __fastcall HelpButtonClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TMtSvDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
-
- /* TForm.CreateNew */ __fastcall TMtSvDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
- , Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TMtSvDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMtSvDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Mtsvdlg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Mtsvdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Mtsvdlg
-